MindFusion.Scheduling for ASP.NET Programmer's Guide
CssBackground.SetProperties Method
See Also
 





Sets the properties of this CssBackground object from the specified IDictionary<string, Object> list.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling.WebForms

 Syntax

C#  Copy Code

public void SetProperties (
    IDictionary<string, Object> dictionary
)

Visual Basic  Copy Code

Public Sub SetProperties( _
    dictionary As IDictionary(Of String, Object) _
)

 Parameters

dictionary
Type: IDictionary<String, Object>
A System.Collections.Generic.IDictionary<TKey, TValue> object that provides the properties.

 See Also

CssBackground Members
CssBackground Class
MindFusion.Scheduling Namespace